home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / srdsk205.zip / WHATSNEW.DOC < prev   
Text File  |  1994-01-31  |  13KB  |  366 lines

  1.  
  2. 2.05 1994-01-31
  3.  
  4. - Most of SRDISK registrations have been coming from Germany. Now SRDISK 
  5. has an authorized vendor for SRDISK users in Germany, Austria and all 
  6. neighbouring countries with German language. Software News is the vendor 
  7. for Swiss users. See DEUTSCH.DOC for details.
  8.  
  9. - New option /REMOVABLE:OFF that allows making the disk appear not 
  10. removable. This is just to help fool some ill behaved programs. 
  11. Something not to be used unless you really have to.
  12.  
  13. - MS-DOS InterSvr could not access SRDISK drive. There is a slight bug 
  14. in InterSvr which revealed a slight bug in SRDISK. SRDISK fixed so the 
  15. InterSvr bug does not cause trouble.
  16.  
  17. - SRDISK now assumes less what happened when an allocation failed. This 
  18. results in tidier behaviour in error situation with some memory 
  19. managers.
  20.  
  21. - SRDUMMY.SYS fixed to report error if DOS does not tell the driver the 
  22. letter where it is about to be installed by DOS.
  23.  
  24. There are still problems with Stacker 3.1 (at least). Seems Stacker 
  25. makes DOS report wrong drive letters to block devices like SRDISK loaded 
  26. after it.
  27.  
  28.  
  29. 2.04 1993-05-19
  30.  
  31. I must address my sincere thanks to Bruce, Jeremy and Theo for reporting 
  32. the problems they were having. I do not have the resources to test every 
  33. feature for every release and therefore there can be some bugs which I 
  34. can not spot without your help. Again, thanks.
  35.  
  36. - Partial rewrite on the internal logic by which SRDISK.EXE works. Some 
  37. small details changed for better.
  38.  
  39. - Serious bugs fixed in calculating the format for over 32M disks.
  40.  
  41. - Resizing had some overflow errors for over 65535 sector disks (usually 
  42. over 32M disks) resulting in damaged disk contents.
  43.  
  44. - Serious bugs in device drivers especially when appending to another 
  45. driver fixed.
  46.  
  47. - Updated XMS interface to use XMS 3.0 32-bit functions when necessary. 
  48. Thus you can allocate over 64M disks using XMS (provided you have that 
  49. much memory and your memory manager supports it).
  50.  
  51. - Improved DOS 3.2 compatibility. Now SRDISK finds it's drive letter 
  52. correctly and /E switch works for first COMMAND.COM too.
  53.  
  54. - Improved /MAXSIZE and /FREE:n options' operation for XMS memory. They 
  55. now often result in larger disks and become not smaller than necessary.
  56.  
  57. - Added /F:2880 for 2.88M disk image emulation.
  58.  
  59. - /M option now works again for multiple devices.
  60.  
  61. - Added SUOMI.DOC for Finnish users.
  62.  
  63. - Removed some empty lines from output.
  64.  
  65.  
  66. 2.03 1993-04-22
  67.  
  68. This is not as big upgrade as I thought I make it. The reason is that 
  69. the new features I have been planning would be best added by rewriting 
  70. somewhat large portions of the software and it takes time. This upgrade 
  71. adds a few of the most requested features and addresses some problems in 
  72. MS-Windows.
  73.  
  74. - ReSizeable RAMDisk now has a support BBS in the United States of
  75. America, Illinois, Palatino:
  76.  
  77.   The Midrange System BBS
  78.   Sysop: David Gibbs
  79.   FidoNet: 1:115/439
  80.   Phones: 708-776-1062 and 708-776-1063, both have HST and V.32
  81.   Using Remote Access
  82.  
  83. Latest SRDISK is available via file request using magic file name 
  84. SRDISK.
  85.  
  86. - Options /MAXSIZE and /FREEMEM:n to determine disk size so that no or 
  87. specified amount of memory left free.
  88.  
  89. - Added device driver SRDUMMY.SYS to use up drive letters. You can give 
  90. it as a parameter the drive letter the next drive should be loaded at. 
  91. This was requested by some users so that they can reserve drive letters 
  92. for network, CD-ROMs and keep the RAM drive at a fixed drive letter. 
  93. Some after bootup device driver loaders are more memory efficient fix 
  94. for this problem though.
  95.  
  96. - Added device driver SRDEMS3.SYS. This uses only EMS 3.2 calls and is 
  97. good to avoid MS-Windows 3.1 bugs in EMS emulation. There still is no 
  98. way you can resize disk inside Windows. If you do that, the memory is 
  99. freed by Windows when you exit the DOS session.
  100.  
  101.  
  102.  
  103. 2.02 1993-01-27
  104.  
  105. - Fixed a problem with /ENV switch. It had a loose pointer that could 
  106. mess up with some parameters or cause a null pointer assignment message.
  107.  
  108. - Installed code for registration reminder and registration keys. The 
  109. reminder is not big, but I guess registered users do not want to see it.
  110.  
  111.  
  112.  
  113. 2.01 1993-01-08
  114.  
  115. - Option /AVAILABLE:n added to resize the disk to the size when it has
  116. n Kbytes space available.
  117.  
  118. - Option /MINSIZE added to resize the disk to the smallest size 
  119. possible or disable it if there is no data on it. This is the same as 
  120. /AVAILABLE:0
  121.  
  122. - Option /FILESPACE:n added to resize the disk to the size when it has
  123. n Kbytes space for files.
  124.  
  125. - Added some ERRORLEVEL returns. SRDISK.EXE should now returns nonzero 
  126. ERRORLEVEL, if there were problems with the format (errors, failure, 
  127. would destroy contents, but not allowed to).
  128.  
  129. - Aborted formatting could enable the disk although no memory was 
  130. allocated for it. Error handling fixed.
  131.  
  132. - Setting environment variables did not work with DOS prior to version 
  133. 3.30. Changed environment variable setting so that it does not try to 
  134. find the command processor, but just modifies the parent's environment. 
  135. Also it is better made sure that the parent is real.
  136.  
  137. - Device drivers did not detect read/write errors. Now it is detected 
  138. that MS-Windows Enhanced mode does not emulate EMS 4.0 correctly and 
  139. causes errors.
  140.  
  141. - Disabled possibility to allocate disk while in MS-Windows Enhanced 
  142. mode. Windows frees the memory allocated by the program when the DOS 
  143. window is closed, so the disk memory would be lost then.
  144.  
  145. - A number of other bugs removed and features cleaned.
  146.  
  147.  
  148.  
  149. 2.00 1992-12-12
  150.  
  151. - Memory allocation bug that gave XMS error A7 removed.
  152.  
  153. - Disk resizing could change the reported size of clusters at some rare 
  154. cases although the cluster size was not changed.
  155.  
  156. - Now asks if disk contents are to be removed if all the old data can 
  157. not fit the new disk being created.
  158.  
  159.  
  160.  
  161. 2.00 BETA 3 1992-11-06 A pre-release version for the version 2.0
  162.  
  163. - Made two versions of the device drivers: full featured and small.
  164.  
  165. - Full featured device drivers now have their own stack so that user 
  166. need not care of it. Small device drivers do not have this.
  167.  
  168. - Optimized some code for faster operation.
  169.  
  170. - Fixed a problem with root directory sectors being cleared with resize.
  171.  
  172. - DR-DOS problems solved. The device driver did not preserve flags and 
  173. this seemed to have caused the trouble with DR-DOS.
  174.  
  175. - Now should correctly estimate the available memory size before trying 
  176. to format. Still possible to fail with XMS though - this is due to the 
  177. incomplete services of XMS.
  178.  
  179. - Memory allocation while preserving disk contents fixed.
  180.  
  181.  
  182.  
  183. 2.00 BETA 2 A pre-release version for the version 2.0
  184.  
  185. - Memory allocation while preserving disk contents fixed.
  186.  
  187. - Changed the multiplex number back to what it was in 1.x versions. BETA 
  188. 1 had a different number so that it will not conflict with existing 1.x 
  189. version disk.
  190.  
  191. - Boot sector is now updated correctly when disk is resized. Thus you 
  192. can diskcopy a disk into RAM disk, resize it and diskcopy it to a disk 
  193. of another format - great for boot disks too!
  194.  
  195.  
  196.  
  197. 2.00 BETA 1 A pre-release version for the version 2.0
  198.  
  199. - SRDISK now tries to preserve the disk contents by default.
  200.  
  201. - Device driver SRDEMS.SYS for EMS memory support. Requires EMS version 
  202. 4.0.
  203.  
  204. - Device drivers are now compatible with DOS DISKCOPY command. Use 
  205. SRDISK /F switch to configure SRDISK to the same format as the floppy 
  206. and you can then diskcopy between the floppy and RAM Disk. Great for 
  207. disk duplication - no need to swap the disks any more. Also DISKCOPY 
  208. to/from the floppy is much faster than copying each file one by one.
  209.  
  210. - Alternative command line options and some new options. The longer 
  211. options can be shortened if they remain unambiguous.
  212.  
  213. - /U (or /UNCONDITIONAL or /ERASE) switch can be used to clear the disk.
  214.  
  215. - /F (or /DOSFORMAT) has many FDFORMAT disk sizes and formats added. The 
  216. available sizes are listed in SRDISK.DOC.
  217.  
  218. - New options are added to better support different floppy formats:
  219.  
  220.         /MEDIA:n                - Defines the media ID byte
  221.